ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / DelegateCommand<TParm> Class
Members

In This Topic
    DelegateCommand<TParm> Class
    In This Topic
    DelegateCommand implementation
    Object Model
    DelegateCommand<TParm> Class
    Syntax
    'Declaration
     
    Public Class DelegateCommand(Of TParm) 
       Implements ICommandIDelegateCommand 
    public class DelegateCommand<TParm> : ICommandIDelegateCommand  
    Type Parameters
    TParm
    Inheritance Hierarchy

    System.Object
       GrapeCity.Viewer.Common.DelegateCommand<TParm>
          GrapeCity.Viewer.Common.DelegateCommand

    See Also